dropdown: Annotate the get_selected_item method
authorCorentin Noël <corentin.noel@collabora.com>
Fri, 26 Jun 2020 07:59:12 +0000 (09:59 +0200)
committerCorentin Noël <corentin@elementary.io>
Fri, 26 Jun 2020 08:00:59 +0000 (10:00 +0200)
commit721396b6d6e66b90a41fb6d6079ac84d144fa4b9
tree047fcc9bf98f904c2fa0add0c25ebc9baefc6917
parent0ef0edfa9a9bb6c1bb25cf5742f3d61afed8e001
dropdown: Annotate the get_selected_item method

We need to specify the type as we already know that it is at least a GObject and in case of no selection, NULL is returned.
gtk/gtkdropdown.c